home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / fileutil / fileutils-3.16.tar.gz / fileutils-3.16.tar / fileutils-3.16 / m4 / Makefile.in < prev    next >
Makefile  |  1997-01-26  |  4KB  |  154 lines

  1. # Makefile.in generated automatically by automake 1.1l from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy, distribute and modify it.
  6.  
  7. # Generate this list with
  8. # find . -type f -name '*.m4' -printf '%f\n'|sort |fmt |tr '\012' @ \
  9. #   |sed 's/@$/%/;s/@/ \\@/g' |tr @% '\012\012'
  10.  
  11.  
  12. SHELL = /bin/sh
  13.  
  14. srcdir = @srcdir@
  15. top_srcdir = @top_srcdir@
  16. VPATH = @srcdir@
  17. prefix = @prefix@
  18. exec_prefix = @exec_prefix@
  19.  
  20. bindir = @bindir@
  21. sbindir = @sbindir@
  22. libexecdir = @libexecdir@
  23. datadir = @datadir@
  24. sysconfdir = @sysconfdir@
  25. sharedstatedir = @sharedstatedir@
  26. localstatedir = @localstatedir@
  27. libdir = @libdir@
  28. infodir = @infodir@
  29. mandir = @mandir@
  30. includedir = @includedir@
  31. oldincludedir = /usr/include
  32.  
  33. pkgdatadir = $(datadir)/@PACKAGE@
  34. pkglibdir = $(libdir)/@PACKAGE@
  35. pkgincludedir = $(includedir)/@PACKAGE@
  36.  
  37. top_builddir = ..
  38.  
  39. INSTALL = @INSTALL@
  40. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  41. INSTALL_DATA = @INSTALL_DATA@
  42. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  43. transform = @program_transform_name@
  44. YACC = @YACC@
  45. GENCAT = @GENCAT@
  46. PERL = @PERL@
  47. MV = @MV@
  48. GMSGFMT = @GMSGFMT@
  49. CC = @CC@
  50. RANLIB = @RANLIB@
  51. LN = @LN@
  52. RM = @RM@
  53.  
  54. EXTRA_DIST = README \
  55. ccstdc.m4 dmalloc.m4 error.m4 getgroups.m4 getline.m4 getloadavg.m4 \
  56. gettext.m4 header.m4 init.m4 install.m4 jm-mktime.m4 jm-winsz1.m4 \
  57. jm-winsz2.m4 lcmessage.m4 lispdir.m4 maintainer.m4 memcmp.m4 mktime.m4 \
  58. obstack.m4 progtest.m4 protos.m4 ptrdiff.m4 regex.m4 sanity.m4 strftime.m4 \
  59. strtod.m4 termios.m4 uptime.m4 winsz.m4
  60. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  61. CONFIG_HEADER = ../config.h
  62. CONFIG_CLEAN_FILES = 
  63. DIST_COMMON =  README Makefile.am Makefile.in README
  64.  
  65.  
  66. PACKAGE = @PACKAGE@
  67. VERSION = @VERSION@
  68.  
  69. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
  70.     $(TEXINFOS) $(MANS) $(EXTRA_DIST)
  71.  
  72. TAR = tar
  73. default: all
  74.  
  75. .SUFFIXES:
  76. $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) 
  77.     cd $(top_srcdir) && automake --gnits m4/Makefile
  78.  
  79. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  80.     cd $(top_builddir) \
  81.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  82.  
  83. tags: TAGS
  84. TAGS:
  85.  
  86.  
  87. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  88.  
  89. subdir = m4
  90. distdir: $(DISTFILES)
  91.     @for file in $(DISTFILES); do \
  92.       d=$(srcdir); \
  93.       test -f $(distdir)/$$file \
  94.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  95.       || cp -p $$d/$$file $(distdir)/$$file; \
  96.     done
  97. info:
  98. dvi:
  99. check: all
  100.     $(MAKE)
  101. installcheck:
  102. install-exec: 
  103.     $(NORMAL_INSTALL)
  104.  
  105. install-data: 
  106.     $(NORMAL_INSTALL)
  107.  
  108. install: install-exec install-data all
  109.     @:
  110.  
  111. uninstall: 
  112.  
  113. all: Makefile
  114.  
  115. install-strip:
  116.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  117. installdirs:
  118.  
  119.  
  120. mostlyclean-generic:
  121.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  122.  
  123. clean-generic:
  124.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  125.  
  126. distclean-generic:
  127.     rm -f Makefile $(DISTCLEANFILES)
  128.     rm -f config.cache config.log stamp-h
  129.     test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  130.  
  131. maintainer-clean-generic:
  132.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  133.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  134. mostlyclean:  mostlyclean-generic
  135.  
  136. clean:  clean-generic mostlyclean
  137.  
  138. distclean:  distclean-generic clean
  139.     rm -f config.status
  140.  
  141. maintainer-clean:  maintainer-clean-generic distclean
  142.     @echo "This command is intended for maintainers to use;"
  143.     @echo "it deletes files that may require special tools to rebuild."
  144.  
  145. .PHONY: default tags distdir info dvi installcheck install-exec \
  146. install-data install uninstall all installdirs mostlyclean-generic \
  147. distclean-generic clean-generic maintainer-clean-generic clean \
  148. mostlyclean distclean maintainer-clean
  149.  
  150.  
  151. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  152. # Otherwise a system limit (for SysV at least) may be exceeded.
  153. .NOEXPORT:
  154.